projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de48ebc
)
fixed error where two escaped backslashes in a row would cause havoc
author
parkrrrr
<parkrrrr>
Tue, 23 May 2006 15:07:12 +0000
(15:07 +0000)
committer
parkrrrr
<parkrrrr>
Tue, 23 May 2006 15:07:12 +0000
(15:07 +0000)
google.c
patch
|
blob
|
history
diff --git
a/google.c
b/google.c
index 85dbab357a9b508baf4449983fd8b48a8957f61c..8633be6ce0fa7550e3c441ed6dd4a01e8e974c5f 100644
(file)
--- a/
google.c
+++ b/
google.c
@@
-313,6
+313,7
@@
google_read(void)
end = encoded_points;
while ( (end = strstr(end, "\\\\" ))) {
memmove( end, end+1, strlen(end)+1 );
+ end++;
}
end = strchr( encoded_levels, '\'' );
if ( end ) {